[XEND][XM] Fix bug in XendDomainInfo.recreate introduced by refactoring.
authorAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 17:24:18 +0000 (18:24 +0100)
committerAlastair Tse <atse@xensource.com>
Thu, 5 Oct 2006 17:24:18 +0000 (18:24 +0100)
commit7e63b4bf7e034fa6e9610795f50597dfc3ef31b0
tree3e4aa2cbaca5cf809c638ac08332f5472fab6c2a
parentdf71ef8ba16892e2d5813de3cf4d424cbc24154a
[XEND][XM] Fix bug in XendDomainInfo.recreate introduced by refactoring.

* Replaced autostart and autostop with more descriptive on_xend_start
  and on_xend_stop for the configuration.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/create.py